xen.git
2006-08-23 Jimi Xenidis[XEN][POWERPC] add show_backtrace()
2006-08-22 Jimi Xenidis[XEN][POWERPC] Find all of memory and feed all the...
2006-08-22 Jimi Xenidis[XEN][POWERPC] Explain the RMA values a little more
2006-08-22 Jimi Xenidis[POWERPC] Take all secondary processors offline after...
2006-08-22 Jimi Xenidis[POWERPC] Enable SMP, smp_processor_id, for_each_cpu...
2006-08-21 Jimi Xenidis[XEN][POWERPC] more -Wshadow issues with gcc4
2006-08-21 Jimi Xenidis[POWERPC] copyright
2006-08-21 Jimi Xenidis[POWERPC] missing shadow skeleton
2006-08-20 Jimi Xenidis[XEN][POWERPC] Xen shadow ops, mostly skeleton code
2006-08-29 Hollis Blanchard[XEN][POWERPC] implement gnttab_mark_dirty()
2006-08-20 Jimi Xenidis[POWERPC] fix bad merge
2006-08-20 Jimi Xenidis[XEN][POWERPC] remove .data.* catch-all from linker...
2006-08-29 Hollis Blanchard[POWERPC][TOOLS] sync with start_info_t changes
2006-08-18 Jimi Xenidis[XEN][POWERPC] Boot Module freeing
2006-08-18 Jimi Xenidis[XEN][POWERPC] Enable gcc -Wshadow and fix the warnings
2006-08-18 Jimi Xenidis[XEN][POWERPC] workaround for broken claim is insufficient
2006-08-17 Jimi Xenidis[XEN][POWERPC] find_space returns garbage
2006-08-29 Hollis Blanchard[XEN][POWERPC] memory clean up (phase 3)
2006-08-17 Jimi Xenidis[XEN][POWERPC] Fix PHDR issues with large .data.percpu...
2006-08-29 Ian CampbellFix definition of LINUX_VER so that doesn't pickup...
2006-08-29 tdeegan@york... Merge
2006-08-29 tdeegan@york... [XEN] Off-by one error in range checks translating...
2006-08-28 Christian Limpach[qemu patches] Update patches for changeset 11273:a1cff...
2006-08-28 Christian Limpach[qemu] Fix PCI config header space writes and set Subsy...
2006-08-28 Steven HandFix hypervisor build with performance counters after...
2006-08-28 Steven HandFix shadow mode 32/PAE linux writable heuristic and...
2006-08-28 Steven HandFix PAE-mode HVM guests with the new shadow code.
2006-08-28 Christian Limpach[qemu patches] Update patches for changeset 11268:350a7...
2006-08-28 Christian Limpach[qemu] Add target-i386-dm and hw *.[ch] files to TAGS.
2006-08-28 tdeegan@york... [HVM] Don't assume that VMENTER causes a TLB flush...
2006-08-28 kaf24@localhost... Fix Intel copyright notice in a single source file.
2006-08-28 kaf24@localhost... [XEND] Move all of the various log files created by...
2006-08-28 kaf24@localhost... [HVM] [SMBIOS] Duplicate UUID into serial number in...
2006-08-28 kaf24@localhost... The following patch fixes a bug where xenconsoled will...
2006-08-28 kaf24@localhost... [TOOLS] Remove Gentoo-specific workaround in networking
2006-08-28 kaf24@localhost... [TOOLS] Clean up routed vifs quietly on domain destruction.
2006-08-28 kaf24@localhost... [HVM][SVM] Allow SVM to take advantage of flag_dr_dirty.
2006-08-28 kaf24@localhost... [XEN] Rename shadow2 to shadow and move the various...
2006-08-27 Alex Williamson[PATCH] fix null pointer dereference in xen_guest_lookup()
2006-08-25 kaf24@firebug... [XEN] Fix silly transposition typo in previous changeset.
2006-08-25 kfraser@localhost... Replace dom0_ops hypercall with three new hypercalls:
2006-08-25 Ian Campbell[TOOLS] Use ELFSIZE to pick the ELF structures to use...
2006-08-25 Ian Campbellmerge
2006-08-24 kfraser@localhost... [LINUX] Remove hypercall permission checks from privcmd...
2006-08-24 kfraser@localhost... [HVM] Fixes to the ACPI table definition.
2006-08-24 Steven HandRemove redundant performance counters.
2006-08-24 Steven HandEnsure get_dom_domid() terminates even when /local...
2006-08-24 Ian Campbell[POWERPC] Remove references to xen_guest_string from...
2006-08-24 kfraser@localhost... [XEN] Fix shadow2 issues with HVM guests.
2006-08-23 Ewan MellorThis small patch adds back a closing paranthesis that...
2006-08-23 Ewan MellorThe various tools expect the device node to be /dev...
2006-08-23 Ian Campbellmerge
2006-08-23 Ian Campbell[XEN] Restore backwards compatibility by supporting...
2006-08-23 kfraser@localhost... [XEN] Fix the x86 emulator to safely fail when it turns...
2006-08-23 Ian Campbell[TOOLS] Cleanups to domU ELF loader.
2006-08-23 Steven HandDon't emulate faulting writes to stack. May fix a numbe...
2006-08-23 kfraser@localhost... Remove all traces of the obsolete BVT scheduler.
2006-08-23 kfraser@localhost... [TOOLS] Remove the 'cpuperf' misc tool. Xenoprof is the
2006-08-23 Ian Campbell[TOOLS] Add a simple tool to display the Xen specific...
2006-08-23 Ian Campbell[XEN/LINUX] Define Xen ELF notes in kernel header and...
2006-08-23 Ian Campbell[TOOLS] Allow tools to load kernels which use an ELF...
2006-08-23 Ian Campbell[XEN] Define the types to be used with Xen in the ELF...
2006-08-23 Ian Campbell[LINUX] Define ELFNOTE as a preprocessor macro rather...
2006-08-23 kfraser@localhost... [XEN] Fix pirq_guest_unbind(). Remove unnecessary code
2006-08-22 Ian Campbellmerge
2006-08-22 Ian Campbell[XEN] Remove some accidentally commited debug code
2006-08-22 kfraser@localhost... [SHADOW] Clean up the DOM0_SHADOW_OP interface.
2006-08-22 Ian Campbellmerge
2006-08-22 Ian Campbell[XEN] Revert changes to dom0 domain builder made by...
2006-08-22 kfraser@localhost... [HVM] Clean ups for PV-on-HVM drivers. In particular...
2006-08-22 Ian Campbell[LINUX] Update x86/64 ELF note patch to version accepte...
2006-08-22 kfraser@localhost... [x86_64] Guests no longer set _PAGE_USER on kernel...
2006-08-22 Christian Limpach[hvm] Export gpfn of store page to guest - not mfn.
2006-08-22 Anil MadhavapeddyMake add_to_bridge() always leave the device up even...
2006-08-22 Ian Campbell[LINUX] Support creating ELF note segments in the kerne...
2006-08-22 Ian Campbellmerge.
2006-08-22 kfraser@localhost... [XEN] Debug builds check for correct usage of percpu...
2006-08-22 Ian Campbell[LINUX] Revert bits of cset 11202 since they break...
2006-08-22 kfraser@localhost... [XEN] Clean up some x86 bootstrap code. Replace some...
2006-08-21 George DunlapAdded option to xentrace to set the trace buffer size.
2006-08-21 kfraser@localhost... [XEN] Remove bogus assertion.
2006-08-21 Steven HandFix assertion.
2006-08-21 kfraser@localhost... [XEN] Revert patch 11213.
2006-08-21 kfraser@localhost... [XEN] Fix maddr_from_mapped_domain_page().
2006-08-21 kfraser@localhost... [XEN] Fix shadow2 integration with writable-pagetable...
2006-08-21 kfraser@localhost... [XEN] Remove unnecessary printk from invalid opcode...
2006-08-20 Christian Limpach[xend] Add 'xend_config_format' field to the Xend infor...
2006-08-20 Christian Limpach[qemu patches] Update patches for changeset 11209:9bb6c...
2006-08-20 Christian Limpach[qemu] hdparm tunable IDE write cache for HVM
2006-08-20 Christian Limpach[qemu patches] Update patches for changeset 11206:fc3e7...
2006-08-20 Christian Limpach[qemu patches] Update patches for changeset 11206:fc3e7...
2006-08-20 Christian Limpach[qemu] Allow booting from more than one device.
2006-08-20 kaf24@localhost... [XEN] More shadow2 cleanups -- primarily moving arch...
2006-08-19 kaf24@localhost... [XEN] Clarify x86 hypercall ABI in public header comments.
2006-08-19 kaf24@localhost... [XENBUS] Allow user of xenbus_read_driver_state() to...
2006-08-19 kaf24@localhost... [LINUX] Replace uses of CONFIG_XEN_PRIVILEGED_GUEST...
2006-08-19 kaf24@localhost... [HVM][VMX] Don't update the EIP on debug register accesses
2006-08-19 kaf24@localhost... [HVM] Fix SMBIOS entry point copy destination.
2006-08-19 kaf24@localhost... [NET] front: Fix receive path for auto-translated guest...
2006-08-19 kaf24@localhost... [XEN] Make some implicit header includes explicit.
next